home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\NEWS < prev    next >
Text File  |  1994-12-28  |  3KB  |  81 lines

  1. @(#)$Id: NEWS,v 1.1 1994/10/17 12:02:42 mrg Exp $
  2.  
  3. New functions:
  4.  
  5.   o  onchannel(nick #channel)   is 'nick' on '#channel' ?
  6.   o  pid()                      returns the pid of this client
  7.   o  ppid()                     returns the parent pid of this client
  8.   o  chanusers(#channel)        returns a list of the users on this channel
  9.   o  for()                      like c's for with the separator being , not
  10.                 ;.  (hop)
  11.   o  fe() and fec()             a replacement for recursion.  (hop)
  12.  
  13. New commands:
  14.  
  15.   o  beep                       sets a keep to the terminal
  16.   o  rbind function             shows the keys bound to 'function'
  17.   o  stack action list arg      'action' is either push or pop. list is one
  18.                 of 'on', 'alias', 'assign', 'bind', or 'set'.
  19.                 only 'on' is implimented currently
  20.   o  window remove nick         the opposite of window add.
  21.   o  window number num          changes the refnum of a window, forcing a
  22.                 swap if so needed.
  23.   o  abort            drops a core file, and a saved file (hop).
  24.  
  25. Fix commands:
  26.  
  27.   o  set help_window            now works.
  28.   o  dcc close send nick file   no longer requires the full path for 'file'.
  29.  
  30. Changed commands:
  31.  
  32.   o  userhost [nicks] -cmd      now accepts any number of nicks.
  33.   o  save [-all] [...]          save 'all' values, or any part.  valid parts
  34.                 are: bind, 
  35.   o  clear -unhold        as well as clearing the screen, it also
  36.                 unholds one screen.  same as the binding
  37.                 clear_screen
  38.  
  39. New scripts:
  40.  
  41.   o  newaway                    does 'set show_away_once on' in scripts and
  42.                 with as many nicks as you want
  43.   o  uhnotify                   gives userhost with the notify list.  works
  44.                 much better with the new userhost syntax.
  45.   o  complete, compl.mods       tcsh-like complete scripts.  see script for
  46.                 more information.
  47.   o  imap                       creates an irc map.  see script for more info.
  48.  
  49. Changed scripts:
  50.  
  51.   o  2.8script
  52.   o  finger
  53.   o  newformat
  54.   o  netsplit
  55.  
  56. New variables:
  57.  
  58.   o  realname                   changs the value of your 'realname', for
  59.                 the next time you change server.
  60.   o  notify_handler             three values.  'noisy', 'quiet', and 'old'
  61.                 old makes /notify work like it did for 2.2,
  62.                 'noisy'  and 'quiet' make it work on a lot
  63.                 more events.  join/quit/message/etc trigger
  64.                 the notify, the difference being that 'quiet'
  65.                 won't show these extra differences, where as
  66.                 'noisy' will.  they both add/remove` the
  67.                 name to the internal 'notified' list.
  68.  
  69. Other things:
  70.  
  71.   o  redirect works much better.  it doesn't 'catch' things it shouldn't in
  72.      most cases.
  73.   o  ctcp flooding is handled better.
  74.   o  on dcc_raw dcc close works.
  75.   o  all dcc messages go to level dcc
  76.   o  level all contains 'dcc' again.
  77.   o  lots and lots and logs of bug fixes
  78.   o  gnu 'autoconf'ified.
  79.   o  if you add #define DYNAMIC_SLIP, you don't need to restart ircii
  80.      for it to notice the ip number of the local machine has changed.
  81.